home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
TEMP
/
GNU
/
bison
/
Exercises
< prev
next >
Wrap
Text File
|
1995-06-28
|
576b
|
19 lines
Exercises
Previous: <Multi-function Calc=>Multifunct> * Next: <Grammar File=>GrammarFil> * Up: <Examples=>Examples>
#Wrap on
{fH3}Exercises{f}
#Indent +4
1. Add some new functions from {fCite}math.h{f} to the initialization list.
2. Add another array that contains constants and their values. Then
modify {fCode}init\_table{f} to add these constants to the symbol table.
It will be easiest to give the constants type {fCode}VAR{f}.
3. Make the program report an error if the user refers to an
uninitialized variable in any way except to store a value in it.
#Indent